By default, property transfer will try to set OLE file fields KRONO_* according to the configuration below.
$mt_config::basepropmap = { 'KRONO_status' => [ \&olefileprops::_docstatus ], 'KRONO_version' => [ \&olefileprops::_docversion ], 'KRONO_number' => $::doccodefname, 'KRONO_project' => [ \&olefileprops::_projfield, "code" ], 'KRONO_projectname' => [ \&olefileprops::_projfield, "name" ], 'KRONO_creationdate' => [ \&olefileprops::_date, $::ctimefname], 'KRONO_modificationdate' => [ \&olefileprops::_date, $::mtimefname], 'KRONO_creationtime' => [ \&olefileprops::_time, $::ctimefname], 'KRONO_modificationtime' => [ \&olefileprops::_time, $::mtimefname], 'KRONO_accessprofile' => [ \&olefileprops::_acprof, "name" ], 'KRONO_trueaccessprofile' => [ \&olefileprops::_realacprof, "name" ], 'KRONO_relevance' => [ \&olefileprops::_relevancename ], 'KRONO_doctype' => [ \&olefileprops::_doctypename ], 'KRONO_docurl' => [ \&olefileprops::_linktothisdoc ], 'KRONO_name' => $::docnamefname, 'KRONO_author' => $::authorfname, 'KRONO_authoremail' => $::authoremailfname, 'KRONO_dociid' => 'ID', 'KRONO_project_iid' => 'project-iid', 'KRONO_folder_iid' => 'container-ids', 'KRONO_fullpathname' => 'file name', 'KRONO_file name' => [ \&olefileprops::_file name ], 'KRONO_fullfile name' => [ \&olefileprops::_fullfile name ], 'KRONO_creator' => [ \&olefileprops::_owner ], 'KRONO_owner' => [ \&olefileprops::_owner ], 'KRONO_modifier' => [ \&olefileprops::_modifier ], 'KRONO_description' => [ \&olefileprops::_description ], };
Additionally, it will try to copy custom properties from Project Portal to fields KRONO_CP_<Project Portal custom property code> in the OLE file.